Success

data class Success(val requestObject: ResolvedRequestObject) : Resolution(source)

Represents the success of validating and resolving an authorization request into a requestObject

Constructors

Link copied to clipboard
constructor(requestObject: ResolvedRequestObject)

Properties

Link copied to clipboard